@charset "utf-8";
body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
form,
select,
fieldset,
table,
td,
div,
input {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
}
body > div {
  margin: 0 auto;
}
div {
  text-align: left;
}
a img {
  border: 0;
}
body {
  color: #666;
  text-align: center;
  font-family: "microsoft yahei";
  background-image: url(../images/topbg.jpg);
  background-repeat: repeat-x;
}
ul,
ol,
li {
  list-style-type: none;
  vertical-align: 0;
}
a {
  outline-style: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.clear {
  height: 0;
  overflow: hidden;
  clear: both;
}
/*文字省略*/
.tx_l1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.tx_l2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tx_l3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.slide-box {
  height: 300px;
}
.slide-box .slider {
  float: left;
  width: 100%;
  height: 300px;
  position: relative;
}
.slide-box .news {
  float: right;
  width: 320px;
  height: 296px;
  border: 2px #ddd solid;
  border-bottom-color: #333;
  border-left-width: 0;
  border-right-width: 0;
}
.slide-box .news .name {
  padding: 10px 5px;
  width: 310px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #666; /*background:url(images/gray_bg.png); */
  position: relative;
}
.slide-box .news .name a {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 17px;
  height: 17px;
  background: url(images/more.png);
}
.slide-box .news .name a:hover {
  background-position: 0 -17px;
}
.slide-box .news .name a:active {
  background-position: 0 -34px;
}
.slide-box .news ul {
  width: 100%;
  overflow: hidden;
}
.slide-box .news ul li {
  width: 100%;
  height: 44px;
  border-top: 1px #ddd solid;
  font-size: 14px;
}
.slide-box .news ul li a {
  display: block;
  width: 300px;
  padding: 0 10px;
  height: 100%;
  color: #222;
  line-height: 44px;
  text-decoration: none;
}
.slide-box .news ul li a:hover {
  /*background:#F5F5F5 url(images/icon_home_topic_arrow.png) 280px 15px no-repeat;*/
}
.slide-box .news ul li a span {
  display: block;
  width: 276px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.nivoSlider img {
  position: absolute;
  top: 20px;
  left: 0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 20px !important;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
  top: 20px;
}
.nivo-box img {
  display: block;
}

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.nivo-caption p {
  padding: 5px;
  margin: 0;
}
.nivo-caption a {
  display: inline !important;
}
.nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.nivo-prevNav {
  left: 0px;
}
.nivo-nextNav {
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
}
.nivo-controlNav a {
  cursor: pointer;
}
.nivo-controlNav a.active {
  font-weight: bold;
}

.theme-default .nivoSlider {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  /*background:#fff url(loading.gif) no-repeat 50% 50%;*/
}
.theme-default .nivoSlider img {
  height: 319.141px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 0px;
  display: none;
}
.theme-default .nivoSlider a {
  border: 0;
  display: block;
}

.theme-default .nivo-controlNav {
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.theme-default .nivo-controlNav a {
  display: block;
  width: 18px;
  height: 18px;
  /*background:url(bullets.png) no-repeat;*/
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
  float: left;
  z-index: 9;
  position: relative;
}
.theme-default .nivo-controlNav a.active {
  background-position: 0 -18px;
}

.theme-default .nivo-directionNav a {
  display: block;
  width: 50px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  /*background:url(arrows.png) no-repeat;*/
  text-indent: -9999px;
  border: 0;
  opacity: 0;
}
.theme-default:hover .nivo-directionNav a {
  opacity: 1;
}

.theme-default a.nivo-nextNav {
  background-position: -80px 0;
  right: 15px;
}
.theme-default a.nivo-nextNav:hover {
  background-position: -80px -120px;
}
.theme-default a.nivo-nextNav:active {
  background-position: -80px -240px;
}
.theme-default a.nivo-prevNav {
  left: 15px;
}
.theme-default a.nivo-prevNav:hover {
  background-position: 0px -120px;
}
.theme-default a.nivo-prevNav:active {
  background-position: 0px -240px;
}

.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
  color: #fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}
.all_box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.nav_box {
  width: 1192px;
  margin: -99px auto;
  height: 100px;
  background-image: url(../images/topbg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 99999999;
}

.main_box {
  width: 1160px;
  min-height: 500px;
  margin: 0 auto;
  padding-bottom: 50px;
  clear: both;
}
.body_box {
  width: 1192px;
  min-height: 500px;
  background-image: url(../images/bogybg.png);
  background-repeat: repeat-y;
  margin: 50px auto 0;
  position: relative;
  z-index: 9999999;
}
.bodybgbot {
  width: 1192px;
  margin: 0 auto;
  height: 14px;
  display: block;
}
.top_box {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 40px;
  margin: 0 auto;
  position: absolute;
  z-index: 999999;
  top: 0;
}
.top_cent {
  width: 1160px;
  margin: 0 auto;
}
.top_box .f_left {
  min-width: 420px;
  max-width:50% ;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
}
.top_box .f_left p {
  width: auto;
  padding-right: 12px;
  display: inline-block;
  float: left;
}
.top_box .f_left span {
  display: inline-block;
  width: auto;
  float: left; /* position:absolute; z-index:2; top:0; left:150px;*/
}
.top_box .f_right {
  display: flex;
  align-items: center;
}
.top_box .f_right .header-oper {
  margin-left: 15px;
}
.top_box .f_right .header-oper span {
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.search_box {
  width: 230px;
  height: 30px;
  margin-top: 5px;
  background-image: url(../images/ss1.gif);
  background-repeat: no-repeat;
  background-size: 79% 100%;
}
.search_box input {
  width: 145px;
  height: 30px;
  border: none;
  outline: none;
  background: none;
  float: left;
  padding-left: 35px;
  color: #666;
  font-size: 12px;
}
.search_box .botton_box {
  width: 50px;
  height: 30px;
  border: none;
  outline: none;
  background-image: url(../images/ss2.gif);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  float: left;
}
.botton_box button {
  width: 100% !important;
  height: 30px;
  display: block;
  background: none;
  border: none;
  outline: none;
}
.logo_qi {
  width: 100%;
  position: absolute;
  top: 30px;
  z-index: 99999999;
}
.logo_qi_cen {
  width: 1160px;
  margin: 0 auto;
}
.logo_qi_cen .logo {
  width: 360px;
  margin-top: 50px;
  float: left;
}
.logo_qi_cen .qi_box {
  width: 350px;
  float: right;
}
.logo_qi_cen .qi_box img {
  width: 100%;
  display: block;
  margin-top: 40px;
  padding-left: 50px;
}
.logo_qi_cen .logo img {
  clear: both;
  width: 100%;
  display: block;
}
.nav_box .home_box {
  clear: both;
  display: block;
  width: 90px;
  font-size: 16px;
  color: #fff;
  height: 45px;
  margin-left: 45px;
  position: relative;
}
.nav_box .home_box img {
  margin-top: 25px;
  display: block;
  float: left;
  width: 30px;
}
.nav_box .home_box span {
  display: block;
  float: left;
  padding-top: 30px;
  padding-left: 10px;
}
.nav_box a {
  color: #fff;
}

.nav_box .f_right {
  float: left;
  margin: 30px 0 0 100px;
  color: #fff;
}
.nav_box .f_right li {
  float: left;
  width: 120px;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.nav_box .f_right li.ahv {
  background: #0b59a3;
  border-bottom: 2px #00499d solid;
}
.nav_box .f_right li img {
  display: block;
  width: 18px;
  float: left;
  margin-top: 13px;
  padding-left: 7px;
}
.nav_box .f_right li ul {
  display: none;
  border-top: 2px #034592 solid;
}
.nav_box .f_right li:hover {
  background: #0b59a3; /* border-bottom:2px #00499d solid;*/
}
.nav_box .f_right li:hover ul {
  display: block;
  background: #267cbf;
}
.nav_box .f_right li ul li {
  float: none;
  height: 35px;
  line-height: 35px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  border: none;
}
.nav_box .f_right li ul li:hover {
  background: #cc172d;
  border: none;
}

.one_box {
  width: 97%;
  margin: 0 auto;
  min-height: 200px;
  padding-top: 25px;
}
.one_box .f_left {
  width: 100%;
}

/*焦点图*/
.focus {
  position: relative;
  width: 100%;
  height: 330px;
  background-color: #000;
  margin: 0 auto;
}
.focus img {
  width: 100%;
  height: 330px;
}
.focus .shadow .title {
  width: 100%;
  height: 65px;
  padding-left: 30px;
  padding-top: 20px;
}
.focus .shadow .title a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  overflow: hidden;
}
.focus .btn {
  position: absolute;
  bottom: 34px;
  left: 510px;
  overflow: hidden;
  zoom: 1;
}
.focus .btn a {
  position: relative;
  display: inline;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  margin: 0 5px;
  color: #b0b0b0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #d9d9d9;
}
.focus .btn a:hover,
.focus .btn a.current {
  cursor: pointer;
  background: #fc114a;
}
.focus .fPic {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.focus .D1fBt {
  overflow: hidden;
  zoom: 1;
  height: 16px;
  z-index: 10;
}
.focus .shadow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 10;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
  display: block;
  text-align: left;
  font-size: 14px;
}
.focus .shadow a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  margin-left: 10px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.focus .fcon {
  position: relative;
  width: 100%;
  float: left;
  display: none;
  background: #000;
}
.focus .fcon img {
  display: block;
}
.focus .fbg {
  bottom: 15px;
  right: 40px;
  position: absolute;
  height: 21px;
  text-align: center;
  z-index: 200;
}
.focus .fbg div {
  margin: 4px auto 0;
  overflow: hidden;
  zoom: 1;
  height: 14px;
}
.focus .D1fBt a {
  position: relative;
  display: inline;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  margin: 0 5px;
  color: #b0b0b0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #d9d9d9;
}
.focus .D1fBt .current,
.focus .D1fBt a:hover {
  background: #fc114a;
}
.focus .D1fBt img {
  display: none;
}
.focus .D1fBt i {
  display: none;
  font-style: normal;
}
.focus .prev,
.focus .next {
  position: absolute;
  width: 40px;
  height: 74px; /*background:url(../images/focus_btn.png) no-repeat;*/
}
.focus .prev {
  top: 50%;
  margin-top: -37px;
  left: 0;
  background-position: 0 -74px;
  cursor: pointer;
}
.focus .next {
  top: 50%;
  margin-top: -37px;
  right: 0;
  background-position: -40px -74px;
  cursor: pointer;
}
.focus .prev:hover {
  background-position: 0 0;
}
.focus .next:hover {
  background-position: -40px 0;
}

.ritop_box {
  width: 96%;
  margin-left: 4%;
}
.ritop_box h1 {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #cc172d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.ritop_box h1 a,
.ritop_box h1 a:hover {
  color: #cc172d;
  font-size: 18px;
}
.ritop_box h1 span {
  display: inline-block;
  width: 65px;
  height: 25px;
  background: url(../images/redian.png) no-repeat;
  padding-left: 13px;
  color: #fff;
}
.ritop_box p {
  width: 100%;
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ribott_box {
  width: 100%;
}
.ribott_box h1 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px #0287df solid;
}
.ribott_box h1 span {
  width: 100px;
  height: 35px;
  background: #fff;
  margin-left: 4%;
  display: inline-block;
  text-align: center;
  border-top: 1px #0287df solid;
  border-right: 1px #0287df solid;
  border-left: 1px #0287df solid;
  font-size: 18px;
  color: #0287df;
}
.ribott_box h1 a {
  width: 45px;
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #666;
}
.ribott_box h1 a:hover {
  color: #cc172d;
}
.riboot_bot_box {
  width: 96%;
  margin-left: 4%;
  margin-top: 10px;
}
.riboot_bot_box .f_left {
  width: 58%;
}
.riboot_bot_box .f_right {
  width: 40%;
  background: url(../images/loginbox.jpg) no-repeat;
  height: 165px;
  margin-top: 10px;
}
.riboot_bot_box .f_left ul li {
  background-image: url(../images/dian01.jpg);
  background-size: 10px;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 15px;
  font-size: 14px;
  margin-top: 10px;
}
.riboot_bot_box .f_left ul li.news_aa {
  overflow: hidden;
  background-image: url(../images/hot.gif) !important;
  background-size: 15px;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 15px;
  font-size: 14px;
  margin-top: 10px;
}
.tabcon ul li.news_aa {
  overflow: hidden;
  background-image: url(../images/hot2.gif) !important;
  background-size: 15px;
  background-position: left;
  background-repeat: no-repeat;
  font-size: 14px;
  margin-top: 10px;
}

.riboot_bot_box .f_left ul li a {
  display: inline-block;
  width: 58%;
  height: 14px;
  overflow: auto;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  color: #666;
}
.riboot_bot_box .f_left ul li:hover a,
.riboot_bot_box .f_left ul li:hover span {
  color: #cc172d;
}
.riboot_bot_box .f_left ul li span {
  display: inline-block;
  width: 110px;
  float: right;
}
.riboot_bot_box .f_right h1 {
  width: 100%;
  height: 28px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  border: none;
}
.riboot_bot_box .f_right input {
  width: 68%;
  margin-top: 9px;
  margin-left: 10%;
  height: 25px;
  border: 1px #f5f5f5 solid;
  padding-left: 12%;
  outline: none;
  border-radius: 3px;
  color: #999;
}
.riboot_bot_box .f_right input.a {
  background-image: url(../images/user.png);
  background-size: 25px;
  background-position: left;
  background-repeat: no-repeat;
}
.riboot_bot_box .f_right input.b {
  background-image: url(../images/mima.png);
  background-size: 25px;
  background-position: left;
  background-repeat: no-repeat;
}
.riboot_bot_box .f_right button {
  width: 80%;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  background: #1f78bd;
  border: none;
  outline: none;
  margin-top: 9px;
  margin-left: 10%;
  color: #fff;
}
.hengfu {
  clear: both;
  width: 97%;
  height: 75px;
  margin: 20px auto 0;
}
.hengfu img {
  display: block;
  width: 100%;
}
.tow_box {
  width: 97%;
  margin: 20px auto 0;
  min-height: 100px;
  max-height: 330px;
  overflow: hidden;
}
.one_list {
  width: 32.5%;
  min-height: 100px;
  border: 1px #ededed solid;
  max-height: 330px;
}
.tow_list {
  width: 32.5%;
  min-height: 100px;
  margin-left: 0.9%;
  border: 1px #ededed solid;
  max-height: 330px;
}
.tow_box .title {
  width: 100%;
  height: 37px;
  border-bottom: #dbdbdb;
  background: url(../images/towtit.jpg) repeat-x;
}
/* tabbox */
.tabbox {
  width: 100%;
  margin: 0px auto;
  position: relative;
  height: 275px;
  overflow: hidden;
  z-index: 1;
}
.tabbox .tabbtn {
  height: 37px;
  background: url(../images/towtit.jpg) repeat-x;
  border-bottom: solid 1px #ddd;
}
.tabbox .tabbtn li {
  float: left;
  position: relative;
}
.tabbox .tabbtn li a,
.tabbox .tabbtn li span {
  display: block;
  float: left;
  height: 37px;
  line-height: 37px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  width: 136px;
  background: url(../images/titbg02.png) no-repeat;
  color: #fff;
}
.tabbox .tabbtn li.current {
  height: 37px;
  width: 136px;
  background: url(../images/titbg01.png) no-repeat;
}
.tabbox .tabbtn li.currenta {
  height: 37px;
  width: 136px;
  background: url(../images/titbg03.png) no-repeat;
}
.tabbox .tabbtn li.current a,
.tabbox .tabbtn li.current span {
  height: 37px;
  width: 136px;
  background: url(../images/titbg01.png) no-repeat;
  color: #fff;
}
.tabbox .tabbtn li.currenta a,
.tabbox .tabbtn li.currenta span {
  height: 37px;
  width: 136px;
  background: url(../images/titbg03.png) no-repeat;
  color: #fff;
}

.tabbox .tabcon {
  padding: 10px;
  position: relative;
  z-index: 1;
}
.tabbox .tabcon img {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 22;
  top: 17px;
  left: 5px;
}
.tabbox .tabcon li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  background: url(../images/dian02.png);
  background-position: left;
  background-repeat: no-repeat;
}
.tabbox .tabcon li span {
  float: right;
  width: 110px;
  display: inline-block;
  font-size: 14px;
  text-align: right;
}
.titleft {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.moer_box {
  width: 50px;
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #666;
  position: absolute;
  z-index: 2;
  right: 6px;
  top: 0;
  height: 37px;
  line-height: 37px;
  background-image: url(../images/58101_5.png);
  background-position: right;
  background-repeat: no-repeat;
  color: #666;
}
.moer_box:hover {
  color: #cc172d;
}
.tabbox .tabcon li a {
  color: #666;
  font-size: 14px;
  width: 56%;
  display: inline-block;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.tabbox .tabcon li:hover a,
.tabbox .tabcon li:hover span {
  color: #cc172d;
}

/*图片无缝滚动*/
.scrollleft {
  width: 100%;
  margin-top: -5px;
}
.scrollleft ul {
  display: flex;
}
.scrollleft li {
  float: left;
  margin-right: 7px;
  display: inline;
  width: 33%;
  text-align: center;
  line-height: 19px;
}
.scrollleft img {
  width: 100%;
  height: 86px;
  padding: 5px;
}

.zhiban_box {
  width: 100%; /**/
  padding: 10px;
}
.zhiban_box h1 {
  width: 100%;
  height: 15px;
  background: url(../images/rili.jpg) no-repeat;
  padding-left: 18px;
  font-size: 14px;
  line-height: 15px;
}
.zhiban {
  width: 95%;
  height: 165px;
  border: 1px #ededed solid;
  margin-top: 10px;
  background: url(../images/zhibanbg.jpg);
  background-position: right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.tab {
  width: 100%;
  margin: 6px 6px;
}
.tab ul.menu {
  height: 34px;
  position: relative;
}
.tab ul.menu li {
  float: left;
  text-align: center;
  width: 100px;
  height: 34px;
  line-height: 32px;
  list-style: none;
  font-size: 12px;
  cursor: pointer;
  background-image: url(../images/titbg05.jpg);
  background-size: 0 auto;
  background-size: 100% 100%;
  color: #fff;
}
.tab ul.menu li.active {
  background-image: url(../images/titbg04.jpg);
  background-size: 0 auto;
  background-size: 100% 100%;
  color: #fff;
}
.con1,
.con2 {
  height: 120px;
}
.con1 p,
.con2 p {
  width: 100%;
  margin: 10px auto;
  font-size: 14px;
}
.con1 p span,
.con2 p span {
  color: #1f78bd;
}
.con1 p i,
.con2 p i {
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
  color: #666;
  font-size: 14px;
}

.weiqiny {
  width: 100%; /**/
  padding: 10px;
  background: url(../images/zhibanbg.jpg);
  background-position: right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* 信息未签阅无缝滚动 */
.ranklist {
  height: 200px;
  overflow: hidden;
}
.ranklist li {
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  position: relative;
}
.ranklist li .num {
  position: absolute;
  right: 45%;
  top: 0;
  color: #999;
}
.ranklist li .num i {
  font-style: normal;
  color: #cc172d;
}

.tabcon ol {
  width: 101%;
  min-height: 50px;
  margin-left: -1%;
}
.tabcon ol li {
  width: 19%;
  margin-left: 1%;
  list-style-type: none;
  background: none !important;
  height: 215px !important;
  float: left;
}
.tabcon ol li img {
  display: block;
  width: 100%;
  height: 150px;
}
.tabcon ol li p {
  width: 100%;
  height: 37px;
  line-height: 37px;
  background: url(../images/dian02.png) no-repeat;
  overflow: hidden;
  font-size: 14px;
  padding-left: 15px;
}
.tabcon ol li a {
  display: block !important;
  width: 100%;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #b41326 !important;
}
.bangong {
  width: 100%;
}
.bangong span {
  margin-top: 8px;
  line-height: 40px;
}
.bangong span a {
  color: #0661b2;
  display: inline-block;
  font-size: 12px;
  line-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: left;
  font-weight: 600;
}
.bangong span a:hover {
  color: #cc172d;
}
.bangong span img {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-left: 5px;
  margin-top: 5px;
  float: left;
}
.bangong span.a {
  display: inline-block;
  width: 31.3%;
  margin-left: 1%;
  height: 40px;
  background-image: url(../images/bgyybg01.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bangong span.b {
  display: inline-block;
  width: 48%;
  height: 40px;
  margin-left: 1.2%;
  background-image: url(../images/bgyybg02.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bangong embed {
  width: 100%;
  height: 217px;
}

.bottom_box {
  width: 100%;
  clear: both;
  height: 210px;
  margin-top: 50px;
  background-image: url(../images/botbg.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bot_you {
  clear: both;
  width: 1160px;
  margin: 0 auto;
  padding-top: 50px;
}
.bot_you .yq_box {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.bot_you .yq_box span {
  display: inline-block;
  width: auto;
  float: left;
}
.bot_you .yq_box select {
  width: 205px;
  height: 40px;
  border: 1px #ddd solid;
  margin-left: 10px;
  outline: none;
  float: left;
  color: #008ae2;
  font-weight: 600;
}
.bottom_box p {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  padding-top: 20px;
}

/* floatingAd */
.floatingAd .ad {
  z-index: 100;
  background: none;
  position: absolute;
  display: none;
}
.floatingAd a {
  color: #000000;
  display: inline-block;
  text-decoration: none;
}
.floatingAd a img {
  border: 0;
}
.floatingAd .close {
  display: none;
}
.floatingAd .opacity {
  position: absolute;
  top: 0;
  width: 100%;
  height: 25px;
  background-color: #000000;
  opacity: 0.2;
  filter: alpha(opacity = 20);
}
.opacity1 {
  opacity: 0.9;
  filter: alpha(opacity = 90);
}
.floatingAd .text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 25px;
  color: #000000;
  line-height: 25px;
}
.floatingAd .text .button {
  position: relative;
  float: right;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/close.png) no-repeat;
  cursor: pointer;
}
.floatingAd .text .title {
  position: relative;
  float: left;
  font-size: 12px;
  margin-left: 5px;
}

.left_nav {
  width: 220px;
  min-height: 300px;
  float: left;
  margin-top: 40px;
  margin-left: 20px;
}
.right_cent {
  width: 875px;
  min-height: 954px;
  float: right;
  margin-top: 40px;
  margin-right: 20px;
  border: solid 1px #e5e3da;
}
.left_nav h1 {
  width: 101%;
  height: 61px;
  background: url(../images/lefttopbg.png) 100% 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 61px;
}
.left_nav h2 {
  width: 100%;
  height: 40px;
  background: url(../images/58101_8.png);
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}
.subNavBox {
  width: 220px;
  border: solid 1px #e5e3da;
  background: url(../images/leftnav01.png) repeat-y;
}
.subNav {
  height: 35px;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  color: #666;
  line-height: 35px;
  text-align: center;
  border-bottom: solid 1px #e5e3da;
  background: url(../images/leftnav01.png);
}

.subNav:hover {
  color: #277fc2;
  background: url(../images/leftnav02.png);
}
.currentDd {
  color: #277fc2;
  background: url(../images/leftnav02.png);
}
.navContent {
  display: none;
  border-bottom: solid 1px #e5e3da;
}
.navContent li a {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
  color: #333;
}
.navContent li a:hover {
  color: #fff;
  background-color: #277fc2;
}
.subNav a {
  color: #666;
  display:block; 
  width: auto;
  line-height: 35px;
}
.currentDd a {
  color: #d5261d;
  display:block; 
  width: auto;
  line-height: 35px;
 
}
.subimg {
  display: block;
  width: 100%;
}
.left_one {
  width: 100%;
}
.left_one h1 {
  cursor: pointer;
}
.left_one h1 a {
  color: #fff;
}
.left_tow {
  width: 100%;
  margin-top: 15px;
  border: solid 1px #e5e3da;
}

.leftnav_login {
  width: 100%;
  padding: 10px;
}
.leftnav_login p {
  width: 94%;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.leftnav_login p input,
.leftnav_login p select {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 130px;
  height: 26px;
  border: 1px #0661b2 solid;
  outline: none;
  color: #666;
  padding-left: 5px;
}
.leftnav_login p a {
  display: block;
  width: 87px;
  height: 30px;
  line-height: 30px;
  float: left;
  color: #fff;
  font-size: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}
.leftnav_login p input.a {
  background-image: url(../images/button01.png);
  margin-right: 10px;
  width: 87px;
  height: 30px;
  border-radius: 15px;
  border: none;
  color: #fff;
}
.leftnav_login p a.a {
  background-image: url(../images/button01.png);
  margin-right: 10px;
}
.leftnav_login p a.b {
  background-image: url(../images/button02.png);
  margin-right: 0px;
}

.right_cent .title {
  width: 100%;
  height: 37px;
  line-height: 37px;
  background: url(../images/towtit.jpg) repeat-x;
  margin-bottom: 10px;
}
.right_cent .title .p_box {
  width: 30%;
  float: left;
  background-image: url(../images/58101_5a.png);
  background-repeat: no-repeat;
  height: 37px;
  margin-left: 10px;
  line-height: 37px;
  font-size: 16px;
  color: #d5261d;
  padding-left: 25px;
}
.right_cent .title h2 {
  width: 50%;
  height: 37px;
  font-size: 14px;
  font-weight: normal;
  float: right;
  padding-right: 10px;
}
.right_cent .title h2 p {
  width: 70px;
  height: 37px;
  background: url(../images/58101_5b.png) no-repeat;
  float: right;
  font-size: 14px;
  color: #666;
  padding-left: 20px;
}
.right_cent .title h2 span {
  display: inline-block;
  font-size: 14px;
  height: 37px;
  line-height: 37px;
  color: #666;
  float: right;
}
.right_cent .title h2 span a {
  color: #666;
}
.right_cent .title h2 span a:hover {
  color: #cc172d;
}
.right_cent .title h2 span:first-child a {
  color: #cc172d;
}
.right_list {
  width: 98%;
  padding: 10px;
}
.right_list_del {
  width: 98%;
  padding: 10px;
}

.right_list ul li {
  height: 37px;
  line-height: 37px;
  overflow: hidden;
  background: url(../images/dian01.jpg);
  background-position: left;
  background-repeat: no-repeat;
  border-bottom: 1px #e0e0e0 dashed;
  margin: 3px auto;
}
.right_list ul li a {
  color: #666;
  font-size: 14px;
  width: 75%;
  display: inline-block;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.right_list ul li span {
  float: right;
  width: auto;
  display: inline-block;
  font-size: 14px;
  text-align: right;
}

/*分页*/
.tcdPageCode {
  padding: 15px 5px;
  text-align: left;
  color: #ccc;
  text-align: center;
}
.tcdPageCode a {
  display: inline-block;
  color: #428bca;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 4px;
  vertical-align: middle;
}
.tcdPageCode a:hover {
  text-decoration: none;
  border: 1px solid #428bca;
}
.tcdPageCode span.current {
  font-size: 12px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  margin: 0 2px;
  color: #fff;
  background-color: #428bca;
  border: 1px solid #428bca;
  border-radius: 4px;
  vertical-align: middle;
}
.tcdPageCode span.disabled {
  font-size: 12px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  margin: 0 2px;
  color: #bfbfbf;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  vertical-align: middle;
}

.right_list_del h1 {
  width: 90%;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #666;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.right_list_del p {
  margin: 0 auto;
  height: 26px;
}
.right_list_del_title {
  width: max-content;
}
.right_list_del_title span {
  display: block;
  line-height: 26px;
  font-size: 14px;
  color: #999;
  padding-right: 10px;
  height: 20px;
  float: left;
}
.right_list_del span.a {
  width: 130px;
  overflow: hidden;
}
.right_list_del span.b {
  width: 165px;
  overflow: hidden;
}
.right_list_del span i {
  font-style: normal;
}
.right_list_del span i.zuo {
  display: block;
  width: 115px;
  float: right;
  height: 26px;
  overflow: hidden;
}
.center_box {
  width: 96%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.center_box p {
  width: 100%;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  padding-bottom: 8px;
  height: auto;
  /* text-align: center; */
}
.center_box img {
  display: block;
  max-width: 100%;
  padding-bottom: 8px;
  display: inline-block;
}
.center_box embed {
  width: 100%;
  height: 470px;
}
.center_box embed video {
  width: 100%;
}
.pvr_next {
  width: 94%;
  margin: 25px auto;
  border: 1px #dbdbdb dashed;
}
.pvr_next span {
  display: inline-block;
  width: 46% !important;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  padding-top: 10px;
}
.pvr_next span i {
  font-style: normal;
  color: #d5261d;
}
.pvr_next span.a {
  float: left;
}
.pvr_next span.b {
  float: right;
  text-align: right;
}
.right_list_del .ron,
.right_list_del .msfc {
  width: 102%;
  margin-left: -1%;
  margin-top: 15px;
}
.right_list_del .ron li {
  width: 30.5%;
  margin-left: 2%;
  min-height: 100px;
  border: 1px #dbdbdb solid;
  margin-bottom: 20px;
  float: left;
}
.right_list_del .ron li img,
.right_list_del .msfc li img {
  display: block;
  width: 100%;
  height: 165px;
}
.right_list_del .ron li h1 {
  width: 100%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  color: #666;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
}
.right_list_del .msfc li {
  width: 13%;
  margin-left: 6%;
  min-height: 100px;
  margin-bottom: 20px;
  float: left;
  text-align: center;
}
.right_list_del .msfc img {
  margin-bottom: 30px;
}
.right_list_del .ddzl {
  width: 102%;
  margin-left: -1%;
  margin-top: 15px;
}
.right_list_del .ddzl li {
  width: 22.3%;
  margin-left: 2%;
  min-height: 100px;
  border: 1px #dbdbdb solid;
  margin-bottom: 20px;
  float: left;
}
.right_list_del .ddzl li img {
  display: block;
  width: 100%;
  height: 150px;
}
.right_list_del .ddzl li p {
  width: 80%;
  height: 37px;
  line-height: 37px;
  background: url(../images/dian02.png) no-repeat;
  overflow: hidden;
  font-size: 14px;
  padding-left: 16px;
  margin: 0 auto;
}
.right_list_del .ddzl li a {
  font-size: 14px;
  width: 80%;
  margin-left: 10%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  color: #b41326 !important;
}
.right_list .table {
  width: 100%;
  border-top: 1px #d9d9d9 solid;
  border-left: 1px #d9d9d9 solid;
  border-right: 1px #d9d9d9 solid;
}
.right_list .table li {
  width: 100%;
  height: 37px;
  line-height: 37px;
  overflow: hidden;
  border-bottom: 1px #d9d9d9 solid;
  position: relative;
  z-index: 1;
  background-image: none;
  margin: 0 auto;
}
.right_list .table li p {
  line-height: 37px;
  color: #666;
  width: 70%;
  height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  border-right: 1px #d9d9d9 solid;
  font-size: 14px;
  padding-left: 16px;
}
.right_list .table li a {
  width: 15%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 10px;
  display: block;
  height: 37px;
  background-image: url(../images/xiazai.png) !important;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 25px;
  color: #0c8be0;
}
.right_list .table h3 {
  width: 100%;
  height: 45px;
  background: #ebebeb;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.right_list .table h3 p {
  line-height: 45px;
  color: #666;
  width: 70%;
  height: 45px;
  overflow: hidden;
  border-right: 1px #d9d9d9 solid;
  padding-left: 16px;
  text-align: center;
}
.right_list .table h3 span {
  width: 15%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 10px;
  display: block;
  line-height: 45px;
}

.right_list .wenjian {
  width: 100%;
}
.right_list .wenjian li {
  width: 14%;
  margin-left: 2%;
  float: left;
  min-height: 125px !important;
  background: none;
  border: 1px #e0e0e0 solid;
  margin-bottom: 15px;
}
.right_list .wenjian li img {
  width: 70%;
  display: block;
  padding-top: 15px;
  margin: 0 auto;
}
.right_list .wenjian li a {
  display: block;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 0;
}
.right_list .wenjian li a:hover {
  color: #d5271c;
}

.center_box .xxw_box {
  width: 100%;
  border-top: 1px #d9d9d9 solid;
  border-left: 1px #d9d9d9 solid;
  border-right: 1px #d9d9d9 solid;
}
.center_box .xxw_box h1 {
  width: 100%;
  background: url(../images/towtit.jpg) repeat-x;
  height: 37px;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
}
.center_box .xxw_box li {
  width: 100%;
  position: relative;
  z-index: 1;
  border-bottom: 1px #d9d9d9 solid;
  height: auto;
}
.center_box .xxw_box h1 p {
  line-height: 37px;
  color: #666;
  width: 70%;
  overflow: hidden;
  border-left: 1px #d9d9d9 solid;
  padding-left: 16px;
  text-align: center;
  float: right;
  height: 37px !important;
}
.center_box .xxw_box h1 span {
  width: 25%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 10px;
  display: block;
  line-height: 37px;
  color: #666;
}
.center_box .xxw_box li p {
  line-height: 30px;
  color: #666;
  width: 70%;
  overflow: hidden;
  border-left: 1px #d9d9d9 solid;
  padding-left: 16px;
  text-align: left;
  float: right;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.center_box .xxw_box li p i {
  padding-left: 13px;
  padding-right: 13px;
  font-style: normal;
}
.center_box .xxw_box li span {
  width: 25%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 10px;
  display: block;
  line-height: 30px;
  color: #d5261d;
  text-align: center;
}
.center_box .xxw_box li p a {
  display: block;
  width: 100%;
}
.center_box .xxw_box h2 {
  width: 100%;
  height: 37px;
  line-height: 47px;
  background: #ebebeb;
  padding: 8px;
}
.center_box .xxw_box h2 a {
  width: 130px;
  line-height: 35px;
  height: 35px;
  color: #fff;
  background-image: url(../images/button01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.heng {
}
.xxw_box form {
  width: 90%;
  margin: 30px auto;
}
.heng {
  width: 100%;
  min-height: 35px;
  line-height: 35px;
  position: relative;
  margin-bottom: 10px;
}
.heng i {
  display: inline-block;
  line-height: 35px;
  color: #666;
  width: 120px;
  text-align: right;
  font-style: normal;
}
.xxw_box form .input_box,
.xxw_box form select {
  width: 80%;
  float: right;
  height: 35px;
  border: 1px #d9d9d9 solid;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
}
.xxw_box form .fuwenb {
  width: 80%;
  float: right;
  border: 1px #d9d9d9 solid;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 300px;
}

.message {
  line-height: 24px;
  color: #ffd5bc;
  overflow: hidden;
}
.message .input {
  width: 65%;
  height: 35px;
  line-height: 35px;
  border: none;
  background: #fff;
  padding-left: 20px;
  color: #ffffff;
  font-family: Microsoft YaHei;
  border: 1px #d9d9d9 solid;
}
.message .liulan {
  width: 64px;
  height: 35px;
  border: 1px solid #ccc;
  background: #ccc;
  color: #ffffff;
  cursor: pointer;
}
.message .files {
  position: absolute;
  left: -1000px;
  top: 52px;
  heigth: 26px;
  cursor: pointer;
  filter: Alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.center_box video {
  width: 100%;
}
.dzdw_box {
  display: flex;
  flex-wrap: wrap;
}
.dzdw_div {
  margin: 0 60px 35px 0;
}
.dzdw_div:nth-child(5n) {
  margin-right: 0;
}
.dzdw_div:first-child {
  margin-left: 15px;
}
.dzdw_div:nth-child(5n + 1) {
  margin-left: 15px;
}
.dzdw_div img {
  width: 110px;
  height: 160px;
}
.dzdw_div p {
  padding: 0;
  text-align: center;
}
.page-box {
  width: 55%;
  margin: 15px auto 33px;
}
#aaa {
  float: right;
  margin-top: 20px;
  font-size: 14px;
  margin-right: 30px;
}
.list_foot {
  text-align: center;
  font-size: 12px;
}
.list_foot a {
  display: inline-block;
  color: #428bca;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 4px;
  vertical-align: middle;
}